To enable schema changes on a schema master running Windows 2000
- Open Registry Editor.
Caution
-
Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data on the computer. You can also use the Last Known Good Configuration startup option if you encounter problems after manual changes have been applied.
- In Registry Editor, navigate to the Parameters registry key:
Where?
- HKEY_LOCAL_MACHINE
- SYSTEM
- CurrentControlSet
- Services
- NTDS
- Parameters
- On the Edit menu, click New, and then click DWORD Value.
- Type Schema Update Allowed, and then press ENTER.
- Double-click the Schema Update Allowed registry key that you just created, and then, in Value data, type 1 to enable schema changes.
Notes
- To perform this procedure, you must be a member of the Domain Admins group (in the forest root domain) or the Enterprise Admins group in Active Directory, or you must have been the appropriate authority. As a security best practice, consider using Run as to perform this procedure.
- XOX
- To disable schema changes, in the Schema Update Allowed registry key, under Value data, type 0.
- This procedure should only be performed on a domain controller that is running Windows 2000 and that also holds the schema master role.
Related Topics